home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / text / dtp / LabelMerge.lha / LabelMerge.prefs next >
Text File  |  1996-11-17  |  6KB  |  76 lines

  1. ################################################################################
  2. #                                                                              #
  3. #                       LabelMerge v1.0beta Preferences                        #
  4. #                                                                              #
  5. #                       Copyright ©1996 by Dick Whiting                        #
  6. #                                                                              #
  7. #==============================================================================#
  8. #                                                                              #
  9. #  Report bugs, comments, etc. to:                                             #
  10. #                                                                              #
  11. #                      Dick Whiting <dwhiting@europa.com>                      #
  12. #                                                                              #
  13. #                               04 November 1996                               #
  14. #==============================================================================#
  15. # Standard Disclaimer: I wrote it, it works for me, I don't guarantee          #
  16. # that it will do anything productive for anyone else, etc. etc. ;-)           #
  17. #                                                                              #
  18. # HOWEVER, if you do find a use for it, my kids would REALLY love a            #
  19. # postcard from where ever you live. Thanks. I really do hope this helps       #
  20. # you to continue using and enjoying your Amiga and PageStream.                #
  21. #                                                                              #
  22. # POSTCARDS:    Dick Whiting                                                   #
  23. #               28590 S. Beavercreek Rd.                                       #
  24. #               Mulino, Oregon 97042                                           #
  25. #               USA                                                            #
  26. #                                                                              #
  27. #==============================================================================#
  28. #==============================================================================#
  29. #                                                                              #
  30. # This file allows you to specify various defaults for the LabelMerge          #
  31. # script. The preferences and their possible values are:                       #
  32. #                                                                              #
  33. # option               explanation                                             #
  34. # --------------       -----------------------------------------------------   #
  35. # defaultdelim=n       Your usual delimiter for the data file. The possible    #
  36. #                      options are: 0=comma, 1=tab, 2=semicolon                #
  37. #                                                                              #
  38. # defaultvind=n        Your preferred indicators for variables within the      #
  39. #                      PageStream template file. The possible options are:     #
  40. #                      0=<variable>, 1=«variable», 2=[variable], 3={variable}  #
  41. #                                                                              #
  42. # templatepath         The volume:directory where you keep your templates      #
  43. #                      PATH NAME MUST BE ENCLOSED IN QUOTES!!                  #
  44. #                                                                              #
  45. # datapath             The volume:directory where you keep your data files     #
  46. #                      PATH NAME MUST BE ENCLOSED IN QUOTES!!                  #
  47. #                                                                              #
  48. # importfile           Temporary file that is used for export/import of the    #
  49. #                      text to be changed. Don't know WHY you would want to    #
  50. #                      change this ... but you can;)                           #
  51. #                                                                              #
  52. # defaultmode          TRUE selects AUTO mode and FALSE selects the manual     #
  53. #                      method.                                                 #
  54. #                                                                              #
  55. # defaulwatchme        TRUE selects WATCH-ME and FALSE selects the limited     #
  56. #                      screen refresh option.                                  #
  57. #                                                                              #
  58. # pctvar               The fuzziness factor to use when determining if a       #
  59. #                      a target bounded area is a match for the model text     #
  60. #                      frame. The default of .10 says a target must be within  #
  61. #                      10% of the same width and height as the model.          #
  62. #                                                                              #
  63. #                                                                              #
  64. # (Obviously, the '#' sign is used as a comment indicator in this file)        #
  65. #                                                                              #
  66. ################################################################################
  67.  
  68. defaultdelim=0                   # 0=comma, 1=tab, 2=semicolon
  69. defaultvind=0                    # 0=< >, 1=« », 2=[ ], 3={ }
  70. templatepath="PageStream3:"      # path for template file requester
  71. datapath="PageStream3:"          # path for data file requester
  72. importfile="T:LabelMerge.import" # name of temp file used for export/import
  73. defaultmode=TRUE                 # Automatic mode either TRUE or FALSE
  74. defaultwatchme=TRUE              # Watch-me-work either TRUE or FALSE
  75. pctvar=.10                       # fuzziness factor
  76.